@media screen and (max-width: 750px) {
 body {
     width:1380px;
    }
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}

body {
    font-size: 16px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.inner {
    width: 1380px;
    margin: 0 auto;
}

.clearBoth:after {
    content: '';
    display: block;
    clear: both;
}

.header {
    background: url(../images/header_bg.jpg) no-repeat center 35px;
}

.header_t {
    background: #fff;
}

.header_top .top {
    height: 44px;
    overflow: hidden;
}

.header_top .top #date {
    float: left;
    line-height: 44px;
    margin: 0 20px;
    color: #6d7170;
}

.header_top .top iframe {
    margin: 9px 0 0;
    float: left;
}

.header_top .top .top_r {
    float: right;
    line-height: 44px;
}

.header_top .top .top_r dd {
    float: left;
    margin: 0 15px 0 0;
}

.header_top .top .top_r dd a {
    display: block;
    cursor: pointer;
}

.header_top .top .top_r dd img {
    float: left;
    margin: 11px 5px;
}

.header_top .top .top_r dd span {
    float: left;
    color: #6d7170;
}

.logo {
    height: 220px;
    overflow: hidden;
}
.logo img{
    display: block;
    margin: 50px 0 0;
}
.nav {
    height: 66px;
    background: #0060b7;
}

.nav ul {
    float: left;
}

.nav ul li {
    float: left;
    margin: 0 2px 0 0;
}

.nav ul li a {
    display: block;
    padding: 0 30px;
    overflow: hidden;
}

.nav ul li a img {
    float: left;
    margin: 23px 22px 0 0;
}

.nav ul li a span {
    float: left;
    line-height: 66px;
    color: #fff;
    font-size: 20px;
}

.nav ul li.active a {
    background: #2a7fc0;
}

.nav ul li:hover a {
    background: #2a7fc0;
}

.search_group {
    float: right;
    width: 276px;
    height: 41px;
    background: url(../images/header/search_bg.png) no-repeat 0 0;
    margin: 12px 0;
}

.search_group input {
    width: 220px;
    height: 100%;
    float: left;
    border: 0;
    padding: 0 15px;
    background: none;
    outline: 0;
    color: #fff;
}

.search_group input::placeholder {
    color: #fff;
}

.search_group button {
    float: left;
    width: 56px;
    height: 100%;
    border: 0;
    background: url(../images/header/search_btn.png) no-repeat center center;
    cursor: pointer;
}
.search_group a{
    float: left;
    width: 56px;
    height: 100%;
    border: 0;
    background: url(../images/header/search_btn.png) no-repeat center center;
    cursor: pointer;
}
.footer {
    background: #0061b9;
    height: 140px;
}

.footer_l {
    float: left;
    width: 270px;
    padding: 0 30px 0 20px;
}

.footer_l img {
    display: block;
}

.footer_l #dzjg {
    float: left;
    padding: 30px 0 0;
}

.footer_l #_span_jiucuo {
    float: right;
    padding: 42px 0 0;
}

.footer_r {
    width: 1100px;
    float: right;
}

.footer_r dl {
    padding: 30px 0 0;
}

.footer_r a {
    color: #fff;
    font-size: 18px;
    float: left;
    line-height: 40px;
}

.footer_r a.a_1 {
    width: 25%;
}

.footer_r a.a_2 {
    width: 25%;
}

.footer_r a.a_3 {
    width: 42%;
}

/* 友情链接 */
.friendship {
    margin: 35px 0 10px;
    border: 1px solid #e8e8e8;
}


.friendship .linktitle{
    float: left;
    width: 270px;
    height: 71px;
    background: url(../images/friendship.png) no-repeat 50px center #0061b9;;
    padding: 0 0 0 100px;
    color: #fff;
    font-size: 20px;
    line-height: 71px;
}

.friendship ul {
    float: left;
    width: 1072px;
}

.friendship ul li a {
    float: left;
    width: 33.33%;
    height: 71px;
    line-height: 71px;
    text-align: center;
    font-size: 20px;
    color: #1e1e1e;
    font-weight: bold;
}

.friendship ul li a:hover {
    color: #0061b9;
}

/* 右 */
.right_bar {
    position: fixed;
    right: 30px;
    top: 30%;
}

.right_bar ul li {
    margin-bottom: 20px;
}

.right_bar ul li a {
    cursor: pointer;
}

.right_bar ul li a img {
    display: block;
    margin: 0 auto;
}

.right_bar ul li a span {
    display: block;
    text-align: center;
    padding: 10px 0 0 0;
    color: #3a3a3a;
}